home *** CD-ROM | disk | FTP | other *** search
- !Include("CarSetupOptions.def")
-
- Option("&SETUPCAR_soft& ")
- {
- SetParam("m_nSprings", "1")
- Description("&SETUPCAR_springs&")
- Icon( "Springs_2")
-
- }
-
- Option("&SETUPCAR_medium& ")
- {
- Default()
- SetParam("m_nSprings", "3")
- Description("&SETUPCAR_springs&")
- Icon( "Springs_4")
-
- }
-
- Option("&SETUPCAR_hard& ")
- {
- SetParam("m_nSprings", "5")
- Description("&SETUPCAR_springs&")
- Icon( "Springs_6")
-
- }
-
-